←Select platform

CacheItem<T> Constructor(string,T,string)

Summary

Initializes a new instance of CacheItem<T> with the specified key and value and region.

Syntax

C#
VB
Java
C++
public CacheItem<T>( 
   string key, 
   T value, 
   string regionName 
) 
Protected Sub New() 
protected:  
   CacheItem<T>() 
public CacheItem(String key, T value, String regionName) 

Parameters

key

Unique identifier for this cache entry. This value will be stored in Key.

value

The data for this cache entry. This value will be stored in Value.

regionName

The name of the region in the cache. This value will be stored in RegionName.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly